.banner{position:relative;background:#CCC; width: 100%; max-width:1920px;margin:0 auto;}
.banner .swiper-container{height:100%;}
.banner .swiper-wrapper{height:100%;}
.banner .swiper-slide{height:100%;}
.banner a{display:block;}
.banner figure{height:600px;position:relative;overflow:hidden;
    background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.banner img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:100%;}
.banner .iconfont{display:inline-block;font-size:60px;color:#34456e;line-height:60px;text-align:center;}
.banner .swiper-button-prev{left:5%;}
.banner .swiper-button-next{right:5%;}
.banner .swiper-pagination{text-align:center;}
.banner .swiper-pagination span{width:10px;transition:all 0.3s ease-out 0s;border-radius:10px;background:#FFF;}
.banner .swiper-pagination span.swiper-pagination-bullet-active{background:#62c3d0;width:30px;}



@media screen and (max-width:800px){
    .banner figure{height:200px;background-position:45% center;}
    .banner .swiper-button-prev,.banner .swiper-button-next{display: none;}

}